home *** CD-ROM | disk | FTP | other *** search
/ Swimwear Illustrated / Swimwear Illustrated.iso / mac / MAIN8 / MILIM8.DIR / 00069_Script_69 < prev    next >
Text File  |  1996-02-22  |  182b  |  10 lines

  1. on mousedown
  2.   if the mousedown then
  3.     set the castnum of sprite 16 to 83
  4.     updatestage
  5.     pause
  6.     repeat while the stilldown
  7.     end repeat
  8.     continue
  9.   end if
  10. end